Remove GtkArgSetFunc, GtkArgGetFunc.
authorOwen Taylor <otaylor@redhat.com>
Mon, 4 Jun 2001 19:08:59 +0000 (19:08 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 4 Jun 2001 19:08:59 +0000 (19:08 +0000)
Mon Jun  4 15:08:21 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.

docs/reference/ChangeLog
docs/reference/gtk/gtk-overrides.txt

index 8ba69558596dd23c057f2694f590f5e872696b27..7c0af55c48e177705c6019442a8218021a5ad42a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jun  4 15:08:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.
+
 Wed May 30 16:56:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
index 0d283eae0ba9cd37519273c5bbd6f92fb0b1fbca..e246ef5b039fdddd74cb799e69b440388ae7fc23 100644 (file)
@@ -1,23 +1,6 @@
 # These are manually-edited to override or add declarations to those scanned
 # from the GTK header files.
 
-# These haven't been given parameter names in the header files.
-<USER_FUNCTION>
-<NAME>GtkArgGetFunc</NAME>
-<RETURNS>void</RETURNS>
-GtkObject *object,
-GtkArg *arg,
-guint arg_id
-</USER_FUNCTION>
-
-<USER_FUNCTION>
-<NAME>GtkArgSetFunc</NAME>
-<RETURNS>void</RETURNS>
-GtkObject *object,
-GtkArg *arg,
-guint arg_id
-</USER_FUNCTION>
-
 # GtkAllocation is the same as GtkRectangle
 
 <STRUCT>